home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMLINKWIZ / TFRMLINKWIZ.txt < prev   
Encoding:
Text File  |  1999-04-29  |  9.0 KB  |  376 lines

  1. object frmLinkWiz: TfrmLinkWiz
  2.   Left = 204
  3.   Top = 288
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insert HyperLink Wizard'
  7.   ClientHeight = 287
  8.   ClientWidth = 417
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object pnlLower: TPanel
  24.     Left = 0
  25.     Top = 249
  26.     Width = 417
  27.     Height = 38
  28.     Align = alBottom
  29.     TabOrder = 0
  30.     object butFinish: TButton
  31.       Left = 254
  32.       Top = 7
  33.       Width = 75
  34.       Height = 25
  35.       Caption = '&Finish'
  36.       TabOrder = 2
  37.       Visible = False
  38.       OnClick = butFinishClick
  39.     end
  40.     object butNext: TButton
  41.       Left = 254
  42.       Top = 7
  43.       Width = 75
  44.       Height = 25
  45.       Caption = 'Next >&>'
  46.       TabOrder = 1
  47.       OnClick = butNextClick
  48.     end
  49.     object butCancel: TButton
  50.       Left = 334
  51.       Top = 7
  52.       Width = 75
  53.       Height = 25
  54.       Cancel = True
  55.       Caption = '&Cancel'
  56.       ModalResult = 2
  57.       TabOrder = 3
  58.       OnClick = butCancelClick
  59.     end
  60.     object butBack: TButton
  61.       Left = 179
  62.       Top = 7
  63.       Width = 75
  64.       Height = 25
  65.       Caption = '&<< Back'
  66.       Enabled = False
  67.       TabOrder = 0
  68.       OnClick = butBackClick
  69.     end
  70.     object btnHelp: TButton
  71.       Left = 8
  72.       Top = 7
  73.       Width = 75
  74.       Height = 25
  75.       Caption = '&Help'
  76.       TabOrder = 4
  77.       OnClick = btnHelpClick
  78.     end
  79.   end
  80.   object pageLink: TPageControl
  81.     Left = 0
  82.     Top = 0
  83.     Width = 417
  84.     Height = 249
  85.     ActivePage = tab2
  86.     Align = alTop
  87.     TabOrder = 1
  88.     object tab1: TTabSheet
  89.       Caption = 'tab1'
  90.       TabVisible = False
  91.       object Label1: TLabel
  92.         Left = 130
  93.         Top = 8
  94.         Width = 265
  95.         Height = 41
  96.         AutoSize = False
  97.         Caption = 
  98.           'This Wizard aids you in the creation of a hyperlink. A hyperlink' +
  99.           ' is a word or image you can click on in your page to jump to ano' +
  100.           'ther page.'
  101.         WordWrap = True
  102.       end
  103.       object Label5: TLabel
  104.         Left = 130
  105.         Top = 56
  106.         Width = 265
  107.         Height = 57
  108.         AutoSize = False
  109.         Caption = 
  110.           'You can insert links to resources of varying nature, such as new' +
  111.           'sgroups, Web pages or email addresses.'
  112.         WordWrap = True
  113.       end
  114.       object Label7: TLabel
  115.         Left = 130
  116.         Top = 192
  117.         Width = 265
  118.         Height = 39
  119.         AutoSize = False
  120.         Caption = 
  121.           'If you aren'#39't sure which kind of link you want or are confused b' +
  122.           'y all this terminology, then press the HELP button. '
  123.         Visible = False
  124.         WordWrap = True
  125.       end
  126.       object lblLink: TLabel
  127.         Left = 140
  128.         Top = 131
  129.         Width = 65
  130.         Height = 14
  131.         Alignment = taRightJustify
  132.         AutoSize = False
  133.         Caption = '&Link type:'
  134.         FocusControl = cmbType
  135.       end
  136.       object imgWizard: TPaintBox
  137.         Left = 8
  138.         Top = 7
  139.         Width = 110
  140.         Height = 225
  141.         OnPaint = imgWizardPaint
  142.       end
  143.       object cmbType: TComboBox
  144.         Left = 212
  145.         Top = 127
  146.         Width = 145
  147.         Height = 21
  148.         HelpContext = 65
  149.         Style = csDropDownList
  150.         ItemHeight = 13
  151.         Items.Strings = (
  152.           'Web Site Link'
  153.           'File Link'
  154.           'FTP Link'
  155.           'Email Link'
  156.           'Newsgroup Link'
  157.           'Telnet Link'
  158.           'Gopher Link')
  159.         TabOrder = 0
  160.       end
  161.     end
  162.     object tab2: TTabSheet
  163.       Caption = 'tab2'
  164.       TabVisible = False
  165.       object lblA: TLabel
  166.         Left = 130
  167.         Top = 57
  168.         Width = 265
  169.         Height = 16
  170.         AutoSize = False
  171.         Caption = 'lblA'
  172.       end
  173.       object lblB: TLabel
  174.         Left = 130
  175.         Top = 109
  176.         Width = 265
  177.         Height = 20
  178.         AutoSize = False
  179.         Caption = 'lblB'
  180.       end
  181.       object lblC: TLabel
  182.         Left = 130
  183.         Top = 169
  184.         Width = 265
  185.         Height = 16
  186.         AutoSize = False
  187.         Caption = 'lblC'
  188.       end
  189.       object spdFiles: TSpeedButton
  190.         Left = 371
  191.         Top = 75
  192.         Width = 23
  193.         Height = 22
  194.         Hint = 'Up One Level|Go to the folder one level up.'
  195.         Glyph.Data = {
  196.           36010000424D3601000000000000760000002800000012000000100000000100
  197.           040000000000C0000000120B0000120B00001000000000000000000000000000
  198.           80000080000000808000800000008000800080800000C0C0C000808080000000
  199.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  200.           7777770000007777777777777777770077777000000000007777770077777003
  201.           3333333307777700700070B03333333330777700700370FB0333333333077700
  202.           70B070BFB03333333330770070FB70FBFB0000000000070070BF70BFBFBFBFB0
  203.           7777770070FB70FBFBFBFBF07777770070BF70BFB00000007777770070FB7700
  204.           077777777000770070BF77777777777777007700770077777777707770707700
  205.           7777777777777700077777007777777777777777777777007777}
  206.         OnClick = spdFilesClick
  207.       end
  208.       object lblDesc: TLabel
  209.         Left = 130
  210.         Top = 8
  211.         Width = 265
  212.         Height = 43
  213.         AutoSize = False
  214.         Caption = 'lblDesc'
  215.         WordWrap = True
  216.       end
  217.       object txtA: TEdit
  218.         Left = 129
  219.         Top = 75
  220.         Width = 265
  221.         Height = 21
  222.         TabOrder = 0
  223.       end
  224.       object txtB: TEdit
  225.         Left = 130
  226.         Top = 127
  227.         Width = 265
  228.         Height = 21
  229.         TabOrder = 1
  230.       end
  231.       object txtC: TEdit
  232.         Left = 130
  233.         Top = 187
  234.         Width = 265
  235.         Height = 21
  236.         TabOrder = 2
  237.       end
  238.     end
  239.     object tab3: TTabSheet
  240.       Caption = 'tab3'
  241.       TabVisible = False
  242.       object lblDescriptionDesc: TLabel
  243.         Left = 130
  244.         Top = 22
  245.         Width = 271
  246.         Height = 14
  247.         AutoSize = False
  248.         Caption = 'The description is the text that will appear as the link.'
  249.       end
  250.       object lblDescription: TLabel
  251.         Left = 130
  252.         Top = 44
  253.         Width = 265
  254.         Height = 14
  255.         AutoSize = False
  256.         Caption = '&Description:'
  257.         FocusControl = txtDescription
  258.       end
  259.       object lblFrameDesc: TLabel
  260.         Left = 130
  261.         Top = 94
  262.         Width = 273
  263.         Height = 43
  264.         AutoSize = False
  265.         Caption = 
  266.           'The target frame is only useful if you are building pages with f' +
  267.           'rames. If so, enter the name of the frame you want the linked ob' +
  268.           'ject to appear in.'
  269.         WordWrap = True
  270.       end
  271.       object lblFrame: TLabel
  272.         Left = 130
  273.         Top = 147
  274.         Width = 275
  275.         Height = 14
  276.         AutoSize = False
  277.         Caption = 'Target &frame:'
  278.         FocusControl = txtFrame
  279.       end
  280.       object txtDescription: TEdit
  281.         Left = 128
  282.         Top = 62
  283.         Width = 276
  284.         Height = 21
  285.         HelpContext = 63
  286.         TabOrder = 0
  287.       end
  288.       object butAdvanced: TButton
  289.         Left = 330
  290.         Top = 200
  291.         Width = 75
  292.         Height = 25
  293.         Caption = '&Advanced'
  294.         TabOrder = 2
  295.         OnClick = butAdvancedClick
  296.       end
  297.       object txtFrame: TComboBox
  298.         Left = 129
  299.         Top = 164
  300.         Width = 276
  301.         Height = 21
  302.         HelpContext = 64
  303.         ItemHeight = 13
  304.         Items.Strings = (
  305.           '_parent'
  306.           '_self'
  307.           '_top'
  308.           '_blank')
  309.         TabOrder = 1
  310.       end
  311.     end
  312.     object tabAdvanced: TTabSheet
  313.       Caption = 'tabAdvanced'
  314.       TabVisible = False
  315.       object lblPortDesc: TLabel
  316.         Left = 130
  317.         Top = 23
  318.         Width = 265
  319.         Height = 35
  320.         AutoSize = False
  321.         Caption = 
  322.           'The port number relates to communication to Web Servers. You nor' +
  323.           'mally won'#39't need to change this.'
  324.         WordWrap = True
  325.       end
  326.       object lblPort: TLabel
  327.         Left = 130
  328.         Top = 58
  329.         Width = 265
  330.         Height = 14
  331.         AutoSize = False
  332.         Caption = '&Port number:'
  333.         FocusControl = txtPort
  334.       end
  335.       object lblTargetDesc: TLabel
  336.         Left = 130
  337.         Top = 108
  338.         Width = 265
  339.         Height = 60
  340.         AutoSize = False
  341.         Caption = 
  342.           'The target will point the link to a particular placeholder withi' +
  343.           'n an HTML page. You will only need to change this if you are poi' +
  344.           'nting to a particular part of a Web page.'
  345.         WordWrap = True
  346.       end
  347.       object lblTarget: TLabel
  348.         Left = 130
  349.         Top = 174
  350.         Width = 265
  351.         Height = 14
  352.         AutoSize = False
  353.         Caption = '&Target:'
  354.         FocusControl = cmbTarget
  355.       end
  356.       object txtPort: TEdit
  357.         Left = 130
  358.         Top = 76
  359.         Width = 265
  360.         Height = 21
  361.         HelpContext = 66
  362.         TabOrder = 0
  363.       end
  364.       object cmbTarget: TComboBox
  365.         Left = 130
  366.         Top = 192
  367.         Width = 269
  368.         Height = 21
  369.         HelpContext = 67
  370.         ItemHeight = 13
  371.         TabOrder = 1
  372.       end
  373.     end
  374.   end
  375. end
  376.